-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Fixed crash in RN 0.78.x #2624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fixed crash in RN 0.78.x #2624
Conversation
It seems `prevProps` and `this.props` are always different in RN 0.78. Compare only the properties used in the update of the reservation list
This is a fix for #2610 |
I reviewed and tested the changes, this does fix the problem. 💯 |
I test this locally and works! awesome @bmatasar |
Can someone help to merge this in? I need it urgently for prod |
This patch works for me |
Anyone to approve this? Please? |
I’ve tried it. The Agenda is no longer crashing. |
can this urgent fix be merged? we need reviewers with write access @bmatasar |
Sorry, I don't have write access. I have just contributed with the fix and I don't know why it's been pending for such a long time. |
hi @Inbal-Tish , can we please merge and release this fix? |
It seems
prevProps
andthis.props
are always different in RN 0.78.Compare only the properties used in the update of the reservation list.